Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ergebnis/composer-normalize ^2.43.0 -> ^2.44.0 age adoption passing confidence
phpstan/phpstan ^1.12.1 -> ^1.12.6 age adoption passing confidence
phpstan/phpstan-deprecation-rules ^1.2.0 -> ^1.2.1 age adoption passing confidence
phpstan/phpstan-strict-rules ^1.6.0 -> ^1.6.1 age adoption passing confidence
phpstan/phpstan-symfony ^1.4.8 -> ^1.4.10 age adoption passing confidence
phpstan/phpstan-webmozart-assert ^1.2.10 -> ^1.2.11 age adoption passing confidence
phpunit/phpunit (source) ^10.5.32 -> ^10.5.36 age adoption passing confidence
vimeo/psalm ^5.25.0 -> ^5.26.1 age adoption passing confidence

Release Notes

ergebnis/composer-normalize (ergebnis/composer-normalize)

v2.44.0

Compare Source

For a full diff see [2.43.0...2.44.0][2.43.0...2.44.0].

Changed
phpstan/phpstan (phpstan/phpstan)

v1.12.6

Compare Source

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.5

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.3

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.2

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

phpstan/phpstan-deprecation-rules (phpstan/phpstan-deprecation-rules)

v1.2.1

Compare Source

phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)

v1.6.1

Compare Source

phpstan/phpstan-symfony (phpstan/phpstan-symfony)

v1.4.10

Compare Source

  • f7d5782 - Fix InputBagTypeSpecifyingExtension

v1.4.9

Compare Source

phpstan/phpstan-webmozart-assert (phpstan/phpstan-webmozart-assert)

v1.2.11

Compare Source

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.36: PHPUnit 10.5.36

Compare Source

Changed
  • #​5957: Skip data provider build when requirements are not satisfied
  • #​5969: Check for requirements before creating a separate process
  • Updated regular expressions used by StringMatchesFormatDescription constraint to be consistent with PHP's run-tests.php
Fixed
  • #​5965: PHPUnit\Framework\Exception does not handle string error codes (PDOException with error code 'HY000', for example)

How to install or update PHPUnit

v10.5.35

Compare Source

v10.5.34: PHPUnit 10.5.34

Compare Source

Fixed
  • #​5931: Reverted addition of name property on <testsuites> element in JUnit XML logfile
  • #​5946: Callback throws a TypeError when checking a callable has variadic parameters

How to install or update PHPUnit

v10.5.33: PHPUnit 10.5.33

Compare Source

Fixed
  • #​4584: assertJsonStringEqualsJsonString() considers objects with sequential numeric keys equal to be arrays
  • #​4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
  • #​4674: JSON assertions should treat objects as unordered
  • #​5891: Callback constraint does not handle variadic arguments correctly when used for mock object expectations
  • #​5929: TestDox output containing $ at the beginning gets truncated when used with a data provider

How to install or update PHPUnit

vimeo/psalm (vimeo/psalm)

v5.26.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.26.0...5.26.1

v5.26.0

Compare Source

What's Changed

Features
Fixes

New Contributors

Full Changelog: vimeo/psalm@5.25.0...5.26.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Renovate Bot

Copy link
Contributor Author

renovate bot commented Sep 5, 2024

automergeComment

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4527129 to 040f528 Compare September 13, 2024 07:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3c94357 to 280a282 Compare September 20, 2024 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8579850 to 94621a0 Compare October 1, 2024 01:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94621a0 to d71685e Compare October 6, 2024 16:07
| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| packagist  | ergebnis/composer-normalize       | 2.43.0  | 2.44.0  |
| packagist  | phpstan/phpstan                   | 1.12.1  | 1.12.6  |
| packagist  | phpstan/phpstan-deprecation-rules | 1.2.0   | 1.2.1   |
| packagist  | phpstan/phpstan-strict-rules      | 1.6.0   | 1.6.1   |
| packagist  | phpstan/phpstan-symfony           | 1.4.8   | 1.4.10  |
| packagist  | phpstan/phpstan-webmozart-assert  | 1.2.10  | 1.2.11  |
| packagist  | phpunit/phpunit                   | 10.5.32 | 10.5.36 |
| packagist  | vimeo/psalm                       | 5.25.0  | 5.26.1  |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d71685e to e57f889 Compare October 8, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants